home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
offenders
/
screen.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-16
|
210 b
|
17 lines
#include <intuition/intuition.h>
#include <proto/intuition.h>
extern struct IntuitionBase *IntuitionBase;
main(int argc, char *argv[])
{
struct Screen *scr1;
scr1=OpenScreenTags(NULL,TAG_DONE);
}